adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / RemoveByOID Method


In This Topic
    RemoveByOID Method
    In This Topic
    Removes the object with the specified OID
    Syntax
    'Declaration
     
    
    Public Overridable Function RemoveByOID( _
       ByVal targetOID As OID _
    ) As Boolean
    public virtual bool RemoveByOID( 
       OID targetOID
    )
    public:
    virtual bool RemoveByOID( 
       OID^ targetOID
    ) 

    Parameters

    targetOID

    Return Value

    true if the object was removed, false if it was not found in the collection
    See Also